-
1 recursive subprogram
input/output subprogram — подпрограмма ввода-вывода
-
2 recursive subprogram
Большой англо-русский и русско-английский словарь > recursive subprogram
-
3 recursive subprogram
Вычислительная техника: рекурсивная подпрограмма, рекурсивная программа -
4 recursive subprogram
English-Russian dictionary of computer science and programming > recursive subprogram
-
5 recursive subprogram
Англо-русский словарь по робототехнике > recursive subprogram
-
6 recursive subprogram
English-Russian information technology > recursive subprogram
-
7 subprogram
подпрограмма checking subprogram editing subprogram external subprogram first-order subprogram first remove subprogram floating-point subprogram function subprogram generalized subprogram hardware subprogram initialization subprogram input subprogram input/output subprogram interpretative subprogram interrupt subprogram interrupt service subprogram library subprogram nesting subprograms one-level subprogram optimized subprogram output subprogram print subprogram procedure subprogram recursive subprogram reenterable subprogram reentrant subprogram second-order subprogram second remove subprogram test subprogram user-callable subprogram user-supplied subprogram( компьютерное) подпрограмма subprogram подпрограммаБольшой англо-русский и русско-английский словарь > subprogram
-
8 subprogram
- checking subprogram- check subprogram
- editing subprogram
- external subprogram
- first remove subprogram
- first-order subprogram
- floating-point subprogram
- function subprogram
- generalized subprogram
- hardware subprogram
- initialization subprogram
- input subprogram
- input/output subprogram
- interpretative subprogram
- interpretive subprogram
- interrupt service subprogram
- interrupt subprogram
- library subprogram
- nesting subprograms
- one-level subprogram
- optimized subprogram
- output subprogram
- print subprogram
- procedure subprogram
- recursive subprogram
- reenterable subprogram
- reentrant subprogram
- second remove subprogram
- second-order subprogram
- test subprogram
- user-callable subprogram
- user-supplied subprogramEnglish-Russian dictionary of computer science and programming > subprogram
-
9 recursive
-
10 recursive
The English-Russian dictionary general scientific > recursive
-
11 рекурсивная подпрограмма
Большой англо-русский и русско-английский словарь > рекурсивная подпрограмма
-
12 subroutine
(стандартная) подпрограмма (см. тж subprogram) (компьютерное) подпрограмма - linked * библиотечная /внешняя/ подпрограмма;
замкнутая подпрограмма closed ~ вчт. замкнутая подпрограмма in-line ~ вчт. подставляемая подпрограмма library ~ вчт. библиотечная подпрограмма linked ~ вчт. библиотечная подпрограмма open ~ вчт. открытая подпрограмма recursive ~ вчт. рекурсивная подпрограмма relocatable ~ вчт. настраиваемая подпрограмма subroutine вчт. подпрограмма ~ comp. стандартная подпрограммаБольшой англо-русский и русско-английский словарь > subroutine
См. также в других словарях:
recursive subprogram — or recursive subroutine noun (computing) One which includes among its program statements a call to the subprogram itself • • • Main Entry: ↑recur … Useful english dictionary
recursive subroutine — recursive subprogram or recursive subroutine noun (computing) One which includes among its program statements a call to the subprogram itself • • • Main Entry: ↑recur … Useful english dictionary
recursive routine — noun a routine that can call itself • Hypernyms: ↑routine, ↑subroutine, ↑subprogram, ↑procedure, ↑function … Useful english dictionary
subprogram — noun a set sequence of steps, part of larger computer program • Syn: ↑routine, ↑subroutine, ↑procedure, ↑function • Derivationally related forms: ↑procedural (for: ↑procedure) … Useful english dictionary
Subroutine — In computer science, a subroutine (function, method, procedure, or subprogram) is a portion of code within a larger program, which performs a specific task and can be relatively independent of the remaining code. The syntax of many programming… … Wikipedia
computer programming language — Introduction any of various languages for expressing a set of detailed instructions for a digital computer. Such instructions can be executed directly when they are in the computer manufacturer specific numerical form known as machine… … Universalium
Fortran language features — This is a comprehensive overview of features of the Fortran 95 language, the version supported by almost all existing Fortran compilers. Old features that have been superseded by new ones are not described few of those historic features are used… … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Lambda calculus — In mathematical logic and computer science, lambda calculus, also written as λ calculus, is a formal system designed to investigate function definition, function application and recursion. It was introduced by Alonzo Church and Stephen Cole… … Wikipedia
Generic programming — is a style of computer programming in which algorithms are written in terms of to be specified later types that are then instantiated when needed for specific types provided as parameters and was pioneered by Ada which appeared in 1983. This… … Wikipedia
Halting problem — In computability theory, the halting problem can be stated as follows: Given a description of a computer program, decide whether the program finishes running or continues to run forever. This is equivalent to the problem of deciding, given a… … Wikipedia